home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / var / lib / dpkg / info / emerald.postinst < prev    next >
Text File  |  2008-03-17  |  484b  |  17 lines

  1. #!/bin/sh
  2.  
  3. update-alternatives --install /usr/bin/x-window-decorator x-window-decorator  /usr/bin/emerald 30
  4.  
  5. # Automatically added by dh_installmime
  6. if [ "$1" = "configure" ] && [ -x "`which update-mime 2>/dev/null`" ]; then
  7.     update-mime
  8. fi
  9. # End automatically added section
  10. # Automatically added by dh_installmime
  11. if [ "$1" = "configure" ] && [ -x "`which update-mime-database 2>/dev/null`" ]; then
  12.     update-mime-database /usr/share/mime
  13. fi
  14. # End automatically added section
  15.  
  16. exit 0
  17.